+2004-07-01 Raymond Penners <raymond@dotsphinx.com>
+
+ * === Released 0.6.1 ===
+
+ * src/msw_style.c,src/Theme/gtk-2.0/gtkrc: Removed hard-coded icon
+ button blocking. It is now configurable from within the gtkrc
+ file, but still disabled by default.
+
2004-06-02 Dom Lachowicz <cinamod@hotmail.com>
* src/msw_style.c: Disable icons in buttons
# TODO: we should probably obtain these from a Win32 IconMetrics struct
gtk-icon-sizes="gtk-menu=12,12:gtk-small-toolbar=12,12:gtk-large-toolbar=16,16:gtk-dnd=32,32"
+gtk-button-images=0
style "msw-default"
{
if (osvi.dwMajorVersion == 4 && osvi.dwMinorVersion == 0)
win95 = TRUE;
- if (klazz) {
- if (g_object_class_find_property (klazz, "gtk-button-images")) {
- g_object_set (G_OBJECT (settings), "gtk-button-images", 0, NULL);
- }
- }
-
if (!win95) {
if (SystemParametersInfo (SPI_GETMENUSHOWDELAY, 0, &menu_delay, 0)) {
if (klazz) {